home *** CD-ROM | disk | FTP | other *** search
/ IL-2 Sturmovik (2001) Dig…Preview and Review disks / Demo disk.iso / data1.cab / Files / lib / rt.jar / com / sun / jndi / ldap / jndiprovider.properties < prev    next >
Encoding:
Text File  |  1979-12-31  |  943 b   |  17 lines

  1. # Provider resource file for the LDAP service provider.
  2.  
  3. # Factory for the response controls supported by this release.
  4. java.naming.factory.control=com.sun.jndi.ldap.ctl.ResponseControlFactory
  5.  
  6. # AttrsToCorba: Turn entry with corbaObject objectclass into a org.omg.CORBA.Object
  7. # MarshalledToObject: Turn entry with javaMarshalledObject into UnmarshalledObject
  8. java.naming.factory.object=com.sun.jndi.ldap.obj.AttrsToCorba:com.sun.jndi.ldap.obj.MarshalledToObject
  9.  
  10. # RemoteToAttrs: Turn RMI/JRMP and RMI/IIOP object into javaMarshalledObject or
  11. #         corbaObject LDAP entry
  12. # CorbaToAttrs: Turn CORBA object into corbaObject LDAP entry
  13. # RemoteToCorbaToAttrs: Turn RMI/IIOP object into corbaObject LDAP entry. 
  14. #  Note that there is no need to specify this in list unless RemoteToAttrs is
  15. #  removed because RemotetoAttrs already handles this case
  16. java.naming.factory.state=com.sun.jndi.ldap.obj.RemoteToAttrs:com.sun.jndi.ldap.obj.CorbaToAttrs
  17.